home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1995 November (Mac) / cd No7 joystick No65 novembre 1995.iso / mac / Fouillationnons! / Jeux / Xconq 7.0.1 / lib / simple.g < prev    next >
Text File  |  1995-08-22  |  287b  |  14 lines

  1. (game-module "simple"
  2.   (blurb "trivial game")
  3.   )
  4.  
  5. ;;; This game definition is about as simple as you
  6. ;;; can get and still have a working game.
  7.  
  8. (terrain-type plains (color "green") (char "+"))
  9.  
  10. (unit-type human (image-name "person") (char "@")
  11.   (start-with 1)
  12.   (acp-per-turn 4)
  13.   )
  14.